(focus-follows-mouse): Mention mouse-autoselect-window.
authorGlenn Morris <rgm@gnu.org>
Tue, 24 Nov 2009 02:40:03 +0000 (02:40 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 24 Nov 2009 02:40:03 +0000 (02:40 +0000)
src/ChangeLog
src/frame.c

index 9a18aa8ea68911dccaad74eae0676c889f718bb0..3fa40e6732ac6e3483bd9a86044b70508091f817 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-24  Glenn Morris  <rgm@gnu.org>
+
+       * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
+
 2009-11-23  Jan Djärv  <jan.h.d@swipnet.se>
 
        * Makefile.in: Must create deps for ecrt0.o in its rule.
index 2a72e43cd40bed4fca655c5ea1878a97277158c4..4a9d30dd2158ef0aa04a540bb2a27520698041eb 100644 (file)
@@ -4642,7 +4642,7 @@ This variable is local to the current terminal and cannot be buffer-local.  */);
               doc: /* Non-nil if window system changes focus when you move the mouse.
 You should set this variable to tell Emacs how your window manager
 handles focus, since there is no way in general for Emacs to find out
-automatically.  */);
+automatically.  See also `mouse-autoselect-window'.  */);
 #ifdef HAVE_WINDOW_SYSTEM
 #if defined(HAVE_NTGUI) || defined(HAVE_NS)
   focus_follows_mouse = 0;